projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca21d4
)
Fix bug introduced by my last commit
author
Alan Third
<alan@idiocy.org>
Wed, 19 Apr 2017 16:58:49 +0000
(17:58 +0100)
committer
Alan Third
<alan@idiocy.org>
Wed, 19 Apr 2017 16:58:49 +0000
(17:58 +0100)
* src/nsterm.m (ns_draw_fringe_bitmap): Revert key-mashing accident.
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index fbbcdbe4bc2b8b05b79d9b2c413f40597ad84d9a..c53957f93381100c05779ce21a5f896b53426819 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-2822,7
+2822,7
@@
ns_draw_fringe_bitmap (struct window *w, struct glyph_row *row,
for (i = 0; i < full_height; i++)
cbits[i] = bits[i];
- img = [[EmacsImage alloc] XBM: cbits width: 8
+ img = [[EmacsImage alloc]
initFrom
XBM: cbits width: 8
height: full_height
fg: 0 bg: 0];
bimgs[p->which - 1] = img;